www.gusucode.com > 运动用品商城网站系统源代码程序 > IncAsp/复件 venshop_top.asp

    <%
if nsort_name<>"" then
titlename=nsort_name&","&sort_name
elseif sort_name<>"" then
titlename=sort_name
end if
if pinpai_name<>"" then titlename=pinpai_name
if hw_name<>"" then titlename=hw_name
if a_name<>"" then titlename=a_name
pn=Request.ServerVariables("SCRIPT_NAME")
%><html><head><title><%if titlename<>"" then response.write titlename&"-"%><%=sitename&"-"&keyword%></title>
<meta name="keywords" content="<%if hw_keyword<>"" then%><%=hw_keyword%>,<%elseif titlename<>"" then%><%=titlename%>,<%end if%><%=sitename&","&company&","&keyword%>">
<meta name="description" content="<%if titlename<>"" then response.write titlename&","%><%=sitename&","&company&","&keyword%>">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<link rel="stylesheet" type="text/css" href="Skin/<%=venshop_skin%>/css.css">
<SCRIPT language=JavaScript src="inc/sort.js"></SCRIPT></head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"<%if right(pn,9)="index.asp" then%> onload="clearTimeout(theTimer);nextAd(1);"<%end if%>>
<div align="center">
<table cellspacing="0" cellpadding="0" class="all_t1">
<tr><td height="5" colspan="3"></td></tr>
<tr><td><p style="margin: 3px"><%showflash logo,null,null,null,"logo"%></p></td>
<td align="right"><%showflash ad_img(4),ad_url(4),null,null,null%></td>
<td align="right" height="35" valign="bottom" width="500">
<p style="margin:5px; line-height:200%">
<%if Request.Cookies("venshop")("user_name")<>"" then%>
<a href="modify.asp" class="topr">用户管理</a>&nbsp;| 
<a href="login.asp?action=quit" class="topr">退出登录</a>&nbsp;|<br>
&nbsp;<%else%>
<a href="Reg.asp" class="topr">用户注册</a>&nbsp;| 
<a href="login.asp" class="topr">用户登录</a>&nbsp;|<br>
&nbsp;<%end if%>
<a href="buy.asp" class="topr">&nbsp;购物车</a>&nbsp;| 
<a href="orders.asp" class="topr">我的订单</a>&nbsp;|<br>
&nbsp;<a href="help.asp" class="topr">帮助中心</a>&nbsp;| 
<a href="gb.asp" class="topr">客户反馈</a>&nbsp;| 
<a href="#" onClick="window.external.addFavorite('<%=web%>','<%=sitename%>')" title=<%=sitename%> class="topr">收藏本站</a>&nbsp;|
<br>
<%shownotice 3,20%>
</p>

</td></tr>
	</table>
<table cellspacing="0" cellpadding="0" class="all_t2">
<tr><td class="top1">
<table border="0" cellspacing="0" cellpadding="0" height="24">
<tr><td><a href="index.asp" class="top">网站首页</a></td>
<td align="center" width="20"><img border="0" src="Skin/<%=venshop_skin%>/daohangbg.gif"></td>
<td align="center" onmouseover="MM_showHideLayers('Layer_0', '', 'show')" onmouseout="MM_showHideLayers('Layer_0', '', 'hide')"><a href="allsort.asp" class="top">
分类导航</a></td>
<td align="center" width="20"><img border="0" src="Skin/<%=venshop_skin%>/daohangbg.gif"></td>
<td align="center" onmouseover="MM_showHideLayers('Layer_00', '', 'show')" onmouseout="MM_showHideLayers('Layer_00', '', 'hide')"><a href="allp.asp" class="top">
品牌导航</a></td>
<td align="center" width="20" colspan="2"><img border="0" src="Skin/<%=venshop_skin%>/daohangbg.gif"></td>
<td align="center"><a href="help.asp" class="top">购物帮助</a></td>
<td align="center" width="20"><img border="0" src="Skin/<%=venshop_skin%>/daohangbg.gif"></td>
<td align="center"><a href="article.asp" class="top">新闻资讯</a></td>
<%if baojiashow=1 then%>
<td align="center" width="20"><img border="0" src="Skin/<%=venshop_skin%>/daohangbg.gif"></td>
<td onmouseover="MM_showHideLayers('Layer_000', '', 'show')" onmouseout="MM_showHideLayers('Layer_000', '', 'hide')"><a target="_blank" href="baojia.asp" class="top">
报价单</a></td><%end if%>
<%if huoshow=1 then%>
<td align="center" width="20"><img border="0" src="Skin/<%=venshop_skin%>/daohangbg.gif"></td>
<td align="center"><a target="_blank" href="huo.asp" class="top">发货单</a></td><%end if%>
</tr>
</table>
<div align=left><%allsort%><%allp%><%allb%></div>
</td></tr>
<tr><td class="top2">
<table border="0" cellpadding="0" cellspacing="0">
	<form method="POST" action="search.asp?action=search">
<tr><td width="120" class="topf"><%=date()%>&nbsp;<%=weekdayname(weekday(now))%></td>
	<td align="center" width="35" class="topf">搜索</td>
<td align="center"><%set rs=conn.execute("select sort_id,sort_name from venshop_sort order by sort_xu DESC,sort_id DESC")%><select name="sort_id"><option value="0">
所有分类</option>
<%do while not rs.eof%><option value="<%=rs("sort_id")%>"<%if int(request("sort_id"))=rs("sort_id") then%> selected<%end if%>><%=rs("sort_name")%></option>
<%rs.movenext
loop
rs.close
set rs=nothing%></select></td>
<td align="center" width="160">
<input type="text" name="hw_name" size="20" class=input value="<%=request("hw_name")%>"></td>
<td align="center" width="60">
<input type="image" border="0" src="Skin/<%=venshop_skin%>/search2.gif"></td>
<td align="center" width="100"><a href="search.asp" class="topb">高级/组合搜索</a></td>
<td align="center" width="80">
<IMG src="Skin/<%=venshop_skin%>/search3.gif" border=0></td>
<td class="topf" width=200><%getsearch 5,5,"topb"%></td>
<td align="center"></td>
</tr></form></table></td></tr>
<tr><td height="3"></td></tr></table></div>
<!--#include file="venshop_topseo.asp"-->
<!--#include file="venshop_topad.asp"-->
<!--#include file="venshop_topcom.asp"-->
<!--#include file="venshop_topser.asp"-->